GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-10T06:34:29.5289774+00:00",
"SubmitDate": "2025-12-10T06:34:29.5289774+00:00",
"ReportPeriodStart": "2025-12-10T06:34:29.5289774+00:00",
"ReportPeriodEnd": "2025-12-10T06:34:29.5445041+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b125b6aa-324f-4650-ba1a-6bc609b68f8a",
"Rows": [
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b125b6aa-324f-4650-ba1a-6bc609b68f8a",
"Rows": [
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ca16ae2c-d349-454c-965c-b78db1a3a51e",
"a4be810a-308f-4086-ac82-dce0c77aa2bd"
],
"Approvers": [
"4410b351-bbaa-442b-b3bc-80f719878b28",
"3fa505e0-afd3-4a9e-bb06-db5e5d64bcc0"
],
"ApprovedBy": "be93dc8d-9168-4d6c-aff5-d8fa48149513",
"ApprovalDate": "2025-12-10T06:34:29.5445041+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bbf9b7a4-35e7-4e22-9049-ca4e390b6c27",
"id": "f7512199-3e6d-4b5f-b3ab-64db978e04f2",
"ConfigId": "ed2a985b-73d2-44c3-a35b-02a9b3fdc559"
},
{
"GenerationDate": "2025-12-10T06:34:29.5289774+00:00",
"SubmitDate": "2025-12-10T06:34:29.5289774+00:00",
"ReportPeriodStart": "2025-12-10T06:34:29.5289774+00:00",
"ReportPeriodEnd": "2025-12-10T06:34:29.5445041+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b125b6aa-324f-4650-ba1a-6bc609b68f8a",
"Rows": [
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b125b6aa-324f-4650-ba1a-6bc609b68f8a",
"Rows": [
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3f898cb-c8ae-4c70-aca4-532221affb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ca16ae2c-d349-454c-965c-b78db1a3a51e",
"a4be810a-308f-4086-ac82-dce0c77aa2bd"
],
"Approvers": [
"4410b351-bbaa-442b-b3bc-80f719878b28",
"3fa505e0-afd3-4a9e-bb06-db5e5d64bcc0"
],
"ApprovedBy": "be93dc8d-9168-4d6c-aff5-d8fa48149513",
"ApprovalDate": "2025-12-10T06:34:29.5445041+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bbf9b7a4-35e7-4e22-9049-ca4e390b6c27",
"id": "f7512199-3e6d-4b5f-b3ab-64db978e04f2",
"ConfigId": "ed2a985b-73d2-44c3-a35b-02a9b3fdc559"
}
]